home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / 1SA2IXW (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  839 b   |  27 lines

  1. package com.sun.java.swing;
  2.  
  3. import java.awt.Component;
  4. import java.awt.Dimension;
  5.  
  6. public class JToolBar$Separator extends Component {
  7.    // $FF: synthetic field
  8.    JToolBar this$0;
  9.  
  10.    // $FF: synthetic method
  11.    public JToolBar$Separator(JToolBar this$0) {
  12.       this.this$0 = this$0;
  13.    }
  14.  
  15.    public Dimension getMinimumSize() {
  16.       return new Dimension(10, 5);
  17.    }
  18.  
  19.    public Dimension getMaximumSize() {
  20.       return new Dimension(10, 5);
  21.    }
  22.  
  23.    public Dimension getPreferredSize() {
  24.       return new Dimension(10, 5);
  25.    }
  26. }
  27.